home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TDIROPPROGRESSFRAME / TDIROPPROGRESSFRAME.txt
Text File  |  2008-11-03  |  1KB  |  67 lines

  1. object DirOpProgressFrame: TDirOpProgressFrame
  2.   Left = 0
  3.   Top = 0
  4.   Width = 583
  5.   Height = 38
  6.   TabOrder = 0
  7.   Visible = False
  8.   OnResize = RemainingChanged
  9.   object ProgressLbl: TUiLabel
  10.     Left = 216
  11.     Top = 4
  12.     Width = 265
  13.     Height = 13
  14.     AutoSize = False
  15.     Caption = '%'
  16.     ShowAccelChar = False
  17.   end
  18.   object RemainingLbl: TUiLabel
  19.     Left = 569
  20.     Top = 4
  21.     Height = 13
  22.     Caption = '%'
  23.     ShowAccelChar = False
  24.   end
  25.   object ErrorImage: TUiImage
  26.     Left = 25
  27.     Top = 21
  28.     Width = 16
  29.     Height = 16
  30.     Transparent = True
  31.     ImageIndex = imgWarning
  32.     Images = BcImages.MainImages
  33.   end
  34.   object ErrorCountLbl: TUiLabel
  35.     Left = 47
  36.     Top = 21
  37.     Height = 13
  38.     Hint = 'View all errors in a popup window'
  39.     Caption = '%'
  40.   end
  41.   object ErrorLbl: TUiLabel
  42.     Left = 216
  43.     Top = 21
  44.     Height = 13
  45.     Caption = '%'
  46.     ShowAccelChar = False
  47.   end
  48.   object ProgressBar: TUiProgressBar
  49.     Left = 25
  50.     Top = 2
  51.     Width = 184
  52.     Height = 17
  53.     TabOrder = 0
  54.   end
  55.   object CancelBtn: TUiBitBtn
  56.     Left = 1
  57.     Top = 0
  58.     Width = 22
  59.     Height = 21
  60.     Hint = 'Stop|Stops operation.'
  61.     TabOrder = 1
  62.     OnClick = CancelClick
  63.     ImageIndex = imgStopRed
  64.     Images = BcImages.MainImages
  65.   end
  66. end
  67.